body {
    font-size: 14px;
    font-family: PingFang SC, Helvetica Neue, Helvetica, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
    color: #333;
  }
  html,
  body {
    min-height: 100%;
  }
  ul {
    padding: 0;
    margin: 0;
  }
  ul li {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  a,
  button {
    transition: all 0.4s;
  }
  a {
    color: #409eff;
  }
  .t-ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .red-btn {
    background: #e22323;
  }
  .red-btn:hover {
    color: #e22323;
  }
  .red-btn:hover:before,
  .red-btn:hover:after {
    background: #e22323;
  }
  .info-btn {
    background: #909399;
  }
  .info-btn:hover {
    color: #909399;
  }
  .info-btn:hover:before,
  .info-btn:hover:after {
    background: #909399;
  }
  .brown-btn {
    background: #b89e76;
  }
  .brown-btn:hover {
    color: #b89e76;
  }
  .brown-btn:hover:before,
  .brown-btn:hover:after {
    background: #b89e76;
  }
  .pan-btn {
    font-size: 12px;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
    outline: none;
    transition: 600ms ease all;
    position: relative;
    display: inline-block;
  }
  .pan-btn:hover {
    background: #fff;
    cursor: pointer;
  }
  .pan-btn:hover:before,
  .pan-btn:hover:after {
    width: 100%;
    transition: 600ms ease all;
  }
  .pan-btn:before,
  .pan-btn:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 2px;
    width: 0;
    transition: 400ms ease all;
  }
  .pan-btn::after {
    right: inherit;
    top: inherit;
    left: 0;
    bottom: 0;
  }
  .pan-btn.btn-100 {
    width: 100%;
  }
  #app {
    height: auto;
    min-height: 100%;
  }
  #app .app-wrapper {
    height: auto;
    width: 100%;
    min-height: 100%;
    padding-bottom: 160px;
    box-sizing: border-box;
  }
  #app .app-wrapper .main {
    width: 100%;
    background: #f7f7f7;
  }
  #app .app-wrapper .main.white {
    background: #fff;
  }
  #app .app-wrapper .main .main-wrapper {
    width: 1200px;
    margin: 0 auto;
  }
  #app .app-wrapper .main .main-wrapper .breadcrumb {
    padding: 5px 0 20px 0;
    font-size: 15px;
  }
  #app .app-wrapper .main .main-wrapper .breadcrumb li {
    display: inline-block;
    color: #4b4b4b;
  }
  #app .app-wrapper .main .main-wrapper .breadcrumb li i {
    color: #141414;
  }
  #app .app-wrapper .main .main-wrapper .breadcrumb li a {
    color: #141414;
    transition: 0.35s;
  }
  #app .app-wrapper .main .main-wrapper .breadcrumb li a:hover {
    color: #a42f1e;
  }
  #app .right-fixed {
    position: fixed;
    z-index: 9999;
    right: 0;
    bottom: 150px;
  }
  #app .right-fixed li {
    position: relative;
    width: 50px;
    height: 50px;
    background-color: #cacaca;
    margin-bottom: 1px;
    cursor: pointer;
    transition: all 0.4s;
  }
  #app .right-fixed li:hover {
    background-position: 0 50px;
  }
  #app .right-fixed li:hover .tip span {
    top: 0;
  }
  #app .right-fixed li:hover .app-logo,
  #app .right-fixed li:hover .weixin-logo,
  #app .right-fixed li:hover .wap-logo {
    display: block;
  }
  #app .right-fixed li .tip {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  #app .right-fixed li .tip span {
    position: absolute;
    left: 0;
    top: -100%;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background: #e22323;
    color: #fff;
    line-height: 20px;
    text-align: center;
    padding: 5px 10px;
    transition: top 0.4s;
  }
  #app .right-fixed .robot {
    background: #cacaca url("../images/right-fiexd/icon_machine.png") 10px 10px no-repeat;
  }
  #app .right-fixed .robot:hover {
    background-position: 10px 60px;
  }
  #app .right-fixed .app {
    background: url("../images/right-fiexd/app.jpg") 0 0 no-repeat;
  }
  #app .right-fixed .weixin {
    background: url("../images/right-fiexd/weixin.jpg") 0 0 no-repeat;
  }
  #app .right-fixed .wap {
    background: url("../images/right-fiexd/mobile.jpg") 0 0 no-repeat;
  }
  #app .right-fixed .back-top {
    background: url("../images/right-fiexd/top.jpg") 0 0 no-repeat;
  }
  #app .right-fixed .back-top:hover {
    background-position: 0 0;
  }
  #app .right-fixed .back-top:hover .tip span {
    display: block;
  }
  #app .right-fixed .back-top .tip span {
    display: none;
  }
  #app .right-fixed .app-logo,
  #app .right-fixed .weixin-logo,
  #app .right-fixed .wap-logo {
    width: 162px;
    display: none;
    position: absolute;
    bottom: 0;
    left: -162px;
    border: 1px solid #ccc;
    box-sizing: border-box;
  }
  .table-box {
    padding: 20px 0;
  }
  .table-box .table thead > tr > th,
  .table-box .table tbody > tr > td {
    padding: 8px;
    line-height: 1.4;
    text-align: center;
  }
  .table-box .table thead tr th {
    font-weight: 700;
  }
  .table-box .table thead.no-blod tr th {
    font-weight: normal;
  }
  .table-box .table.table-bordered {
    border: 1px solid #ddd;
  }
  table thead {
    background-color: #efd1d1;
    color: #333;
  }
  table thead.no-bg {
    background-color: transparent;
  }
  .clear-fix:after {
    content: '';
    clear: both;
    height: 0;
  }
  [v-cloak] {
    display: none;
  }
  /*æ–°baseè¦†ç›–*/
  body {
    font-size: 14px;
    font-family: PingFang SC, Helvetica Neue, Helvetica, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
    color: #333;
    background: url("../images/jiyuan/backgroundbg.jpg");
  }
  html,
  body {
    min-height: 100%;
  }
  ul {
    padding: 0;
    margin: 0;
  }
  ul li {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  a,
  button {
    transition: all 0.4s;
  }
  a {
    color: #409eff;
  }
  i {
    font-style: normal;
  }
  .t-ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .red-btn {
    background: #e22323;
  }
  .red-btn:hover {
    color: #e22323;
  }
  .red-btn:hover:before,
  .red-btn:hover:after {
    background: #e22323;
  }
  .info-btn {
    background: #909399;
  }
  .info-btn:hover {
    color: #909399;
  }
  .info-btn:hover:before,
  .info-btn:hover:after {
    background: #909399;
  }
  .brown-btn {
    background: #b89e76;
  }
  .brown-btn:hover {
    color: #b89e76;
  }
  .brown-btn:hover:before,
  .brown-btn:hover:after {
    background: #b89e76;
  }
  .pan-btn {
    font-size: 12px;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
    outline: none;
    transition: 600ms ease all;
    position: relative;
    display: inline-block;
  }
  .pan-btn:hover {
    background: #fff;
    cursor: pointer;
  }
  .pan-btn:hover:before,
  .pan-btn:hover:after {
    width: 100%;
    transition: 600ms ease all;
  }
  .pan-btn:before,
  .pan-btn:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 2px;
    width: 0;
    transition: 400ms ease all;
  }
  .pan-btn::after {
    right: inherit;
    top: inherit;
    left: 0;
    bottom: 0;
  }
  .pan-btn.btn-100 {
    width: 100%;
  }
  #app {
    height: 100%;
  }
  #app .app-wrapper {
    height: 100%;
    width: 100%;
    min-height: 100%;
  }
  #app .app-wrapper .main {
    width: 100%;
  }
  #app .app-wrapper .main.white {
    background: #fff;
  }
  #app .app-wrapper .main .main-wrapper {
    width: 1200px;
    margin: 0 auto;
    padding: 10px;
  }
  #app .app-wrapper .main .main-wrapper .breadcrumb {
    padding: 5px 0 20px 0;
    font-size: 15px;
  }
  #app .app-wrapper .main .main-wrapper .breadcrumb li {
    display: inline-block;
    color: #4b4b4b;
  }
  #app .app-wrapper .main .main-wrapper .breadcrumb li i {
    color: #141414;
  }
  #app .app-wrapper .main .main-wrapper .breadcrumb li a {
    color: #141414;
    transition: 0.35s;
  }
  #app .app-wrapper .main .main-wrapper .breadcrumb li a:hover {
    color: #a42f1e;
  }
  #app .right-fixed {
    position: fixed;
    z-index: 9999;
    right: 0;
    bottom: 150px;
  }
  #app .right-fixed li {
    position: relative;
    width: 50px;
    height: 50px;
    background-color: #cacaca;
    margin-bottom: 1px;
    cursor: pointer;
    transition: all 0.4s;
  }
  #app .right-fixed li:hover {
    background-position: 0 50px;
  }
  #app .right-fixed li:hover .tip span {
    top: 0;
  }
  #app .right-fixed li:hover .app-logo,
  #app .right-fixed li:hover .weixin-logo,
  #app .right-fixed li:hover .wap-logo {
    display: block;
  }
  #app .right-fixed li .tip {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  #app .right-fixed li .tip span {
    position: absolute;
    left: 0;
    top: -100%;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background: #e22323;
    color: #fff;
    line-height: 20px;
    text-align: center;
    padding: 5px 10px;
    transition: top 0.4s;
  }
  #app .right-fixed .robot {
    background: #cacaca url("../images/right-fiexd/icon_machine.png") 10px 10px no-repeat;
  }
  #app .right-fixed .robot:hover {
    background-position: 10px 60px;
  }
  #app .right-fixed .app {
    background: url("../images/right-fiexd/app.jpg") 0 0 no-repeat;
  }
  #app .right-fixed .weixin {
    background: url("../images/right-fiexd/weixin.jpg") 0 0 no-repeat;
  }
  #app .right-fixed .wap {
    background: url("../images/right-fiexd/mobile.jpg") 0 0 no-repeat;
  }
  #app .right-fixed .back-top {
    background: url("../images/right-fiexd/top.jpg") 0 0 no-repeat;
  }
  #app .right-fixed .back-top:hover {
    background-position: 0 0;
  }
  #app .right-fixed .back-top:hover .tip span {
    display: block;
  }
  #app .right-fixed .back-top .tip span {
    display: none;
  }
  #app .right-fixed .app-logo,
  #app .right-fixed .weixin-logo,
  #app .right-fixed .wap-logo {
    width: 140px;
    display: none;
    position: absolute;
    bottom: 0;
    left: -140px;
    border: 1px solid #ccc;
    box-sizing: border-box;
  }
  .table-box {
    padding: 20px 0;
  }
  .table-box .table thead > tr > th,
  .table-box .table tbody > tr > td {
    padding: 8px;
    line-height: 1.4;
    text-align: center;
  }
  .table-box .table thead tr th {
    font-weight: 700;
  }
  .table-box .table thead.no-blod tr th {
    font-weight: normal;
  }
  .table-box .table.table-bordered {
    border: 1px solid #ddd;
  }
  table thead {
    background-color: #efd1d1;
    color: #333;
  }
  table thead.no-bg {
    background-color: transparent;
  }
  .clear-fix:after {
    content: '';
    clear: both;
    height: 0;
  }
  [v-cloak] {
    display: none;
  }

/* 无障碍适老化样式  无障碍盒子 .header .banner*/
.header .banner{position: relative;}
.wza-box{position: absolute;right: 211px;top: 45px;z-index: 1;}
.wza-box a{display: block;float: right;height: 38px;line-height: 38px;padding: 0 16px;font-size: 18px;letter-spacing: 0.32px;cursor: pointer}
.wza-box a.wza{ background: #fff;color: #F76B00; border: 1px solid #FC740D; border-radius: 2px 0px 0px 2px;}
.wza-box a.oldman{ background:#F79600;color: #fff;border: 1px solid #F79600;border-radius: 0px 2px 2px 0px; }

  
/* 适老模式 */
.oldModel #app .app-wrapper .main .main-wrapper .breadcrumb{font-size: 32px;}
.oldModel .pan-btn{font-size: 28px;}
.oldModel .wza-box a{font-size: 28px;}
.oldModel #app .right-fixed li{width: 80px;height: 80px !important;background-size: 100%;}
.oldModel #app .right-fixed li .tip span{font-size:28px;line-height: 1.3;}
.oldModel {}
